Skip to content

Enable CGO in build environment and update .gitignore for dist directory#22

Merged
bmcdonald3 merged 2 commits into
mainfrom
chore/build-automation
Jun 5, 2026
Merged

Enable CGO in build environment and update .gitignore for dist directory#22
bmcdonald3 merged 2 commits into
mainfrom
chore/build-automation

Conversation

@alexlovelltroy

Copy link
Copy Markdown
Member

Description

This pull request makes a small change to the release workflow configuration by enabling CGO during the build process.

  • Set CGO_ENABLED=1 instead of CGO_ENABLED=0 in the environment variables for the release workflow in .github/workflows/release.yaml

Checklist

  • My code follows the style guidelines of this project
  • I have added/updated comments where needed
  • I have added tests that prove my fix is effective or my feature works
  • I have run make test (or equivalent) locally and all tests pass
  • DCO Sign-off: All commits are signed off (git commit -s) with my real name and email
  • REUSE Compliance:
    • Each new/modified source file has SPDX copyright and license headers
    • Any non-commentable files include a <filename>.license sidecar
    • All referenced licenses are present in the LICENSES/ directory

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

For more info, see Contributing Guidelines.

Signed-off-by: Alex Lovell-Troy <alex@lovelltroy.org>
… builds

Signed-off-by: Alex Lovell-Troy <alex@lovelltroy.org>
@alexlovelltroy alexlovelltroy requested a review from bmcdonald3 June 5, 2026 18:42
@bmcdonald3 bmcdonald3 merged commit 4437a16 into main Jun 5, 2026
5 checks passed
@bmcdonald3 bmcdonald3 deleted the chore/build-automation branch June 5, 2026 19:57
@bmcdonald3 bmcdonald3 restored the chore/build-automation branch June 5, 2026 19:58
@bmcdonald3 bmcdonald3 deleted the chore/build-automation branch June 5, 2026 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants